home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 31 / PC Gamer IT CD 31 2-2.iso / utility / MIDWV221 / MidWavi.Exe / 0 / RCDATA / TFORM9 / TFORM9.txt < prev   
Text File  |  1998-04-08  |  12KB  |  507 lines

  1. object Form9: TForm9
  2.   Left = 145
  3.   Top = 81
  4.   Hint = 'Right button to display current filename'
  5.   BorderIcons = [biSystemMenu, biMinimize]
  6.   BorderStyle = bsSingle
  7.   Caption = 'MidWavi Graphics Viewer'
  8.   ClientHeight = 392
  9.   ClientWidth = 521
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   ShowHint = True
  19.   OnActivate = FormActivate
  20.   OnClose = FormClose
  21.   OnCreate = FormCreate
  22.   OnKeyPress = FormKeyPress
  23.   OnMouseDown = FormMouseDown
  24.   OnResize = FormResize
  25.   PixelsPerInch = 96
  26.   TextHeight = 13
  27.   object Image1: TImage
  28.     Left = 0
  29.     Top = 0
  30.     Width = 521
  31.     Height = 392
  32.     Hint = 'Left button for previous - Right for next'
  33.     Align = alClient
  34.     ParentShowHint = False
  35.     ShowHint = True
  36.     Stretch = True
  37.     Transparent = True
  38.     Visible = False
  39.     OnClick = Image1Click
  40.     OnDblClick = Image1DblClick
  41.     OnMouseDown = Image1MouseDown
  42.   end
  43.   object Label1: TLabel
  44.     Left = 82
  45.     Top = 292
  46.     Width = 245
  47.     Height = 15
  48.     Alignment = taCenter
  49.     AutoSize = False
  50.     Font.Charset = DEFAULT_CHARSET
  51.     Font.Color = clBlack
  52.     Font.Height = -16
  53.     Font.Name = 'MS Sans Serif'
  54.     Font.Style = [fsBold]
  55.     ParentFont = False
  56.   end
  57.   object ListBox1: TRzCheckList
  58.     Left = 16
  59.     Top = 8
  60.     Width = 313
  61.     Height = 273
  62.     Hint = 'Double Click or hit ENTER to play a hi-lighted file'
  63.     AllowGrayed = False
  64.     OnChanging = ListBox1Changing
  65.     Color = clBtnFace
  66.     ItemHeight = 16
  67.     TabOrder = 4
  68.     Visible = False
  69.     OnClick = ListBox1Click
  70.     OnDblClick = ListBox1DblClick
  71.     OnKeyDown = ListBox1KeyDown
  72.     OnKeyPress = ListBox1KeyPress
  73.     OnMouseDown = ListBox1MouseDown
  74.   end
  75.   object Panel1: TPanel
  76.     Left = 344
  77.     Top = 8
  78.     Width = 167
  79.     Height = 377
  80.     Hint = 'Right button to display current filename'
  81.     TabOrder = 0
  82.     OnMouseDown = Panel1MouseDown
  83.     object Label3: TLabel
  84.       Left = 98
  85.       Top = 224
  86.       Width = 46
  87.       Height = 12
  88.       Alignment = taCenter
  89.       AutoSize = False
  90.       Font.Charset = DEFAULT_CHARSET
  91.       Font.Color = clBlack
  92.       Font.Height = -11
  93.       Font.Name = 'MS Sans Serif'
  94.       Font.Style = [fsBold]
  95.       ParentFont = False
  96.     end
  97.     object Bevel1: TBevel
  98.       Left = 98
  99.       Top = 223
  100.       Width = 52
  101.       Height = 17
  102.     end
  103.     object Button1: TButton
  104.       Left = 16
  105.       Top = 8
  106.       Width = 136
  107.       Height = 27
  108.       Caption = 'Select Files F&or Display'
  109.       TabOrder = 0
  110.       OnClick = Button1Click
  111.     end
  112.     object Button2: TButton
  113.       Left = 16
  114.       Top = 40
  115.       Width = 63
  116.       Height = 27
  117.       Hint = 'Play starting from hi-lighted selection'
  118.       Caption = '&Display'
  119.       Enabled = False
  120.       ParentShowHint = False
  121.       ShowHint = True
  122.       TabOrder = 1
  123.       OnClick = Button2Click
  124.     end
  125.     object BitBtn1: TBitBtn
  126.       Left = 89
  127.       Top = 342
  128.       Width = 63
  129.       Height = 27
  130.       Caption = 'E&xit'
  131.       TabOrder = 2
  132.       OnClick = BitBtn1Click
  133.       Kind = bkClose
  134.     end
  135.     object Button3: TButton
  136.       Left = 16
  137.       Top = 276
  138.       Width = 136
  139.       Height = 27
  140.       Caption = 'Return To &CD Player'
  141.       TabOrder = 3
  142.       OnClick = Button3Click
  143.     end
  144.     object Button4: TButton
  145.       Left = 16
  146.       Top = 309
  147.       Width = 136
  148.       Height = 27
  149.       Caption = 'AVI-MID-&WAV Player'
  150.       TabOrder = 4
  151.       OnClick = Button4Click
  152.     end
  153.     object RadioGroup1: TRadioGroup
  154.       Left = 15
  155.       Top = 100
  156.       Width = 137
  157.       Height = 65
  158.       Hint = 
  159.         'Display graphic at its original size, or resize to fill window (' +
  160.         'hit Esc to exit)'
  161.       Items.Strings = (
  162.         'A&llow original size'
  163.         'Re-si&ze to fit window'
  164.         'Re-s&ize to fill screen')
  165.       ParentShowHint = False
  166.       ShowHint = True
  167.       TabOrder = 5
  168.       OnClick = RadioGroup1Click
  169.     end
  170.     object Button5: TButton
  171.       Left = 16
  172.       Top = 190
  173.       Width = 136
  174.       Height = 26
  175.       Caption = '&Find all BMP'#39's on drive'
  176.       TabOrder = 6
  177.       OnClick = Button5Click
  178.       OnKeyPress = Button5KeyPress
  179.     end
  180.     object CheckBox2: TCheckBox
  181.       Left = 17
  182.       Top = 223
  183.       Width = 73
  184.       Height = 17
  185.       Hint = 'Display all selected graphics one after the other'
  186.       Caption = 'Slide S&how'
  187.       Enabled = False
  188.       ParentShowHint = False
  189.       ShowHint = True
  190.       TabOrder = 7
  191.       OnClick = CheckBox2Click
  192.     end
  193.     object Button6: TButton
  194.       Left = 16
  195.       Top = 75
  196.       Width = 63
  197.       Height = 27
  198.       Caption = '&Next'
  199.       Enabled = False
  200.       TabOrder = 8
  201.       OnClick = Button6Click
  202.     end
  203.     object Button7: TButton
  204.       Left = 89
  205.       Top = 75
  206.       Width = 63
  207.       Height = 27
  208.       Caption = 'Pre&vious'
  209.       Enabled = False
  210.       TabOrder = 9
  211.       OnClick = Button7Click
  212.     end
  213.     object CheckBox1: TCheckBox
  214.       Left = 17
  215.       Top = 251
  216.       Width = 65
  217.       Height = 17
  218.       Hint = 'Reduce display to the size of these controls'
  219.       Caption = 'Co&mpact'
  220.       ParentShowHint = False
  221.       ShowHint = True
  222.       TabOrder = 10
  223.       OnClick = CheckBox1Click
  224.     end
  225.     object ComboBox1: TComboBox
  226.       Left = 103
  227.       Top = 168
  228.       Width = 49
  229.       Height = 21
  230.       Style = csDropDownList
  231.       Color = clNavy
  232.       Font.Charset = DEFAULT_CHARSET
  233.       Font.Color = clWhite
  234.       Font.Height = -11
  235.       Font.Name = 'MS Sans Serif'
  236.       Font.Style = []
  237.       ItemHeight = 13
  238.       ParentFont = False
  239.       TabOrder = 11
  240.       OnChange = ComboBox1Change
  241.       OnExit = ComboBox1Exit
  242.     end
  243.     object DriveComboBox1: TDriveComboBox
  244.       Left = 16
  245.       Top = 169
  246.       Width = 57
  247.       Height = 19
  248.       Color = clNavy
  249.       Font.Charset = DEFAULT_CHARSET
  250.       Font.Color = clWhite
  251.       Font.Height = -11
  252.       Font.Name = 'MS Sans Serif'
  253.       Font.Style = []
  254.       ParentFont = False
  255.       TabOrder = 12
  256.       TextCase = tcUpperCase
  257.       OnChange = DriveComboBox1Change
  258.     end
  259.     object CheckBox3: TCheckBox
  260.       Left = 88
  261.       Top = 251
  262.       Width = 62
  263.       Height = 17
  264.       Hint = 
  265.         'Contain graphic within this window with controls both visable an' +
  266.         'd useable'
  267.       Caption = 'TV Mod&e'
  268.       ParentShowHint = False
  269.       ShowHint = True
  270.       State = cbChecked
  271.       TabOrder = 13
  272.       OnClick = CheckBox3Click
  273.     end
  274.     object Button12: TButton
  275.       Left = 89
  276.       Top = 40
  277.       Width = 63
  278.       Height = 25
  279.       Caption = '&Stop'
  280.       Enabled = False
  281.       TabOrder = 14
  282.       OnClick = Button12Click
  283.     end
  284.     object Button16: TButton
  285.       Left = 16
  286.       Top = 342
  287.       Width = 63
  288.       Height = 27
  289.       Hint = 'Redraw graphic to clear garbage from a previous display'
  290.       Caption = '&Refresh'
  291.       ParentShowHint = False
  292.       ShowHint = True
  293.       TabOrder = 15
  294.       OnClick = Button16Click
  295.     end
  296.   end
  297.   object Panel2: TPanel
  298.     Left = 8
  299.     Top = 312
  300.     Width = 329
  301.     Height = 33
  302.     Hint = 'Control look and size of filename details etc'
  303.     ParentShowHint = False
  304.     ShowHint = True
  305.     TabOrder = 1
  306.     Visible = False
  307.     object Button10: TButton
  308.       Left = 9
  309.       Top = 7
  310.       Width = 44
  311.       Height = 18
  312.       Caption = 'Normal'
  313.       TabOrder = 0
  314.       OnClick = Button10Click
  315.     end
  316.     object Button11: TButton
  317.       Left = 55
  318.       Top = 7
  319.       Width = 44
  320.       Height = 18
  321.       Caption = 'Bold'
  322.       TabOrder = 1
  323.       OnClick = Button11Click
  324.     end
  325.     object Button13: TButton
  326.       Left = 100
  327.       Top = 7
  328.       Width = 44
  329.       Height = 18
  330.       Caption = 'Default'
  331.       TabOrder = 2
  332.       OnClick = Button13Click
  333.     end
  334.     object Button14: TButton
  335.       Left = 153
  336.       Top = 7
  337.       Width = 27
  338.       Height = 18
  339.       Caption = 'Min'
  340.       TabOrder = 3
  341.       OnClick = Button14Click
  342.     end
  343.     object Button15: TButton
  344.       Left = 180
  345.       Top = 7
  346.       Width = 27
  347.       Height = 18
  348.       Caption = 'Max'
  349.       TabOrder = 4
  350.       OnClick = Button15Click
  351.     end
  352.     object Button8: TButton
  353.       Left = 218
  354.       Top = 7
  355.       Width = 25
  356.       Height = 18
  357.       Caption = '-'
  358.       Font.Charset = DEFAULT_CHARSET
  359.       Font.Color = clBlack
  360.       Font.Height = -16
  361.       Font.Name = 'MS Sans Serif'
  362.       Font.Style = [fsBold]
  363.       ParentFont = False
  364.       TabOrder = 5
  365.       OnClick = Button8Click
  366.     end
  367.     object Button9: TButton
  368.       Left = 243
  369.       Top = 7
  370.       Width = 25
  371.       Height = 18
  372.       Caption = '+'
  373.       Font.Charset = DEFAULT_CHARSET
  374.       Font.Color = clBlack
  375.       Font.Height = -16
  376.       Font.Name = 'MS Sans Serif'
  377.       Font.Style = [fsBold]
  378.       ParentFont = False
  379.       TabOrder = 6
  380.       OnClick = Button9Click
  381.     end
  382.     object RzColorComboBox1: TRzColorComboBox
  383.       Left = 276
  384.       Top = 6
  385.       Width = 43
  386.       Height = 22
  387.       Hint = 'Change Font colour - Right click to set custom Font colour'
  388.       About = aiRaizeComponents
  389.       DefaultColor = clBlue
  390.       SelectedColor = clBlue
  391.       ShowSysColors = False
  392.       TabOrder = 7
  393.       OnChange = RzColorComboBox1Change
  394.       OnCloseUp = RzColorComboBox1CloseUp
  395.     end
  396.   end
  397.   object Panel3: TPanel
  398.     Left = 8
  399.     Top = 352
  400.     Width = 329
  401.     Height = 33
  402.     TabOrder = 2
  403.     Visible = False
  404.     object Label2: TLabel
  405.       Left = 56
  406.       Top = 12
  407.       Width = 153
  408.       Height = 13
  409.       AutoSize = False
  410.       Caption = 'Delay for Slide Show (1-20 secs)'
  411.       OnClick = Label2Click
  412.     end
  413.     object Edit1: TEdit
  414.       Left = 214
  415.       Top = 5
  416.       Width = 26
  417.       Height = 24
  418.       Hint = 'Enter figure (1 to 20) to set delay per second for slide show'
  419.       Font.Charset = DEFAULT_CHARSET
  420.       Font.Color = clBlack
  421.       Font.Height = -13
  422.       Font.Name = 'MS Sans Serif'
  423.       Font.Style = [fsBold]
  424.       MaxLength = 2
  425.       ParentFont = False
  426.       ParentShowHint = False
  427.       ShowHint = True
  428.       TabOrder = 0
  429.       Text = '4'
  430.       OnChange = Edit1Change
  431.       OnExit = Edit1Exit
  432.     end
  433.     object TrackBar1: TTrackBar
  434.       Left = 245
  435.       Top = 8
  436.       Width = 79
  437.       Height = 22
  438.       Hint = 'Use mouse or cursor keys to set delay per second for slide show'
  439.       Max = 20
  440.       Min = 1
  441.       Orientation = trHorizontal
  442.       ParentShowHint = False
  443.       PageSize = 1
  444.       Frequency = 1
  445.       Position = 4
  446.       SelEnd = 0
  447.       SelStart = 0
  448.       ShowHint = True
  449.       TabOrder = 1
  450.       TickMarks = tmBottomRight
  451.       TickStyle = tsAuto
  452.       OnChange = TrackBar1Change
  453.     end
  454.     object Button18: TButton
  455.       Left = 6
  456.       Top = 5
  457.       Width = 44
  458.       Height = 23
  459.       Caption = '&Print'
  460.       TabOrder = 2
  461.       OnClick = Button18Click
  462.     end
  463.   end
  464.   object Animate1: TAnimate
  465.     Left = 64
  466.     Top = 80
  467.     Width = 89
  468.     Height = 81
  469.     Hint = 'Hit Esc to abort search'
  470.     Active = False
  471.     ParentShowHint = False
  472.     ShowHint = True
  473.     StartFrame = 2
  474.     Visible = False
  475.   end
  476.   object Button17: TButton
  477.     Left = 16
  478.     Top = 288
  479.     Width = 62
  480.     Height = 19
  481.     Hint = 'To filter file types from selected list'
  482.     Caption = 'Su&b Select'
  483.     TabOrder = 5
  484.     Visible = False
  485.     OnClick = Button17Click
  486.   end
  487.   object MediaPlayer1: TMediaPlayer
  488.     Left = 512
  489.     Top = 48
  490.     Width = 253
  491.     Height = 30
  492.     Enabled = False
  493.     Visible = False
  494.     TabOrder = 6
  495.   end
  496.   object OpenDialog1: TOpenDialog
  497.     Filter = 'Windows BMP|*.BMP|Windows Icon|*.ICO|Windows Metafile|*.WMF'
  498.     Options = [ofHideReadOnly, ofAllowMultiSelect]
  499.     Left = 120
  500.     Top = 384
  501.   end
  502.   object PrintDialog1: TPrintDialog
  503.     Left = 280
  504.     Top = 384
  505.   end
  506. end
  507.